home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global hand, nugia, ayumi, self
- if hand = 1 then
- set nugia to nugia - 1
- if ayumi < 5 then
- play frame "amov"
- else
- play frame "almov"
- end if
- end if
- if hand = 2 then
- set the visible of sprite 26 to 1
- go("ayumi")
- end if
- if hand = 3 then
- set self to self - 1
- end if
- go("ayumi")
- end
-